home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 15 / develop 15 code / Floating Windows / Release Notes next >
Encoding:
Text File  |  1994-03-14  |  1.7 KB  |  31 lines  |  [TEXT/MPS ]

  1. Floating Windows Library Change History (most recent first)
  2.  
  3. Date/Issue    Change
  4. 3/14/94        • Added ValidateWindowList. This routine is a safegaurd to make sure that nothing
  5. Issue 18      else reorders windows behind the application’s back, causing document windows
  6.               to appear in front of floating windows.
  7.             • Added some empty defines to WindowExtensions.h so people without Universal
  8.               header files can compile it.
  9.             • Somewhere between now and September, I had rolled in some fixes Troy
  10.               Gaul made to the code, but I don’t remember when or what.
  11.               
  12. 9/21/93        • Added more comments. Descbribed use of USES68KINLINES and USESROUTINEDESCRIPTORS
  13. Issue 16 (?)  flags in the makefile.
  14.             • Bumped demo version number to 1.0d2 because I forgot to change it for the
  15.               last couple of changes.
  16.               
  17. 9/1/93        • Change SuspendFloatingWindows() so that it starts looking for floating
  18.               windows from the beginning of the window list (GetWindowList()) instead
  19.               of from the first visible window (FrontWindow()).
  20.             • Fixed write to NIL bug in HideReferencedWindow() when there are no
  21.               floating windows, and the front document window is hidden.
  22.             • Fixed GetNewWindowReference so that it really gets the 'WDEF' resource ID
  23.               for the window it’s creating.
  24.               
  25. 8/13/93        • Fixed bug in NewWindowReferenced that prevented document windows from being
  26.               created in front when there are no floating windows.
  27.             • Added WindowIsModal() routine which determines if a window is modal or not.
  28.               Changed ShowReferencedWindow to use this routine.
  29.             • Updated use of UniversalProcPtrs to match PowerPC development.
  30.  
  31. 6/93        • First version.  Released on Bookmark CD accomanying develop issue 15.